home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / rexx / cliped16.lha / cliped / cliped.readme next >
Text File  |  1997-08-15  |  2KB  |  49 lines

  1.  
  2.     cliped.rexx 1.6 - by Rolf Rotvel
  3.  
  4.     DESCRIPTION:
  5.     Create, delete or edit entries in Arexx internal clip list.
  6.  
  7.     REQUIREMENTS:
  8.     rexxreqtools.library
  9.  
  10.     INSTALLATION/USAGE
  11.     Just run it :-) It's fairly selfexplanatory. 
  12.  
  13.     NOTES
  14.     The listview requester is fairly standard: Use Cursor or Shift-Cursor 
  15.     Up/Down keys to navigate. Return selects an item and Escape quits 
  16.     without selecting anything.
  17.  
  18.     Any linefeeds or carriage returns in clip values will be shown as \n or
  19.     \r. If you want to enter a linefeed or carriage return in a clip value
  20.     enter '\n' or '\r' in the string requester.
  21.  
  22.     CREDITS:
  23.     Thanks to Nico François/Rafael D'Halleweyn for Reqtools/Rexxreqtools.
  24.  
  25.     COPYRIGHT
  26.     No copyright. Do whatever you want with this.    
  27.  
  28.     DISCLAIMER
  29.     It's your fault :-) 
  30.  
  31.     AUTHOR
  32.     Please send any comments or suggestions to me. I can be reached at 
  33.     2:238/38.2@fidonet or 39:140/110.2@amiganet. Email: rolfr@post4.tele.dk
  34.  
  35.     HISTORY:
  36.     1.0 - First release.
  37.     1.1 - Added handling of newline(s) in clip values.
  38.     1.2 - Slightly better newline handling...
  39.     1.3 - Updated listview requester.
  40.           Fixed newline bug.
  41.     1.4 - Added cr handling.
  42.           Optimized listview requester.
  43.           When creating a new clip now check if it already exists.
  44.           And some other bits and pieces :-) 
  45.     1.5 - Fixed stupid bug in listview requester.
  46.           Changed \cr \nl -> \r \n to confirm to printf() standard.
  47.     1.6 - Updated to latest version of listview procedure.
  48.  
  49.